Date: Tue, 26 Apr 94 04:30:01 PDT From: Advanced Amateur Radio Networking Group Errors-To: TCP-Group-Errors@UCSD.Edu Reply-To: TCP-Group@UCSD.Edu Precedence: Bulk Subject: TCP-Group Digest V94 #78 To: tcp-group-digest TCP-Group Digest Tue, 26 Apr 94 Volume 94 : Issue 78 Today's Topics: slip Send Replies or notes for publication to: . Subscription requests to . Problems you can't solve otherwise to brian@ucsd.edu. Archives of past issues of the TCP-Group Digest are available (by FTP only) from UCSD.Edu in directory "mailarchives". We trust that readers are intelligent enough to realize that all text herein consists of personal comments and does not represent the official policies or positions of any party. Your mileage may vary. So there. ---------------------------------------------------------------------- Date: Mon, 25 Apr 1994 09:51:30 -0600 (MDT) From: Klarsen Subject: slip To: tcp-group@ucsd.edu I was asked about slip on another group so decided to add it here as well... When you want to connect 2 JNOS together using telephone modems you will use the SLIP attach command and a xxx.mdm dialing script at each end. It is very similar to other JNOS attach commands so you will understand it easily. The form of the slip attach string is: attach asy slip [] For a "normal" dos computer using COM 1 with a 9600 bit/sec modem attached it becomes: attach asy 0x3f8 4 slip phone 8092 2048 9600 If that seems too simple, well it IS simple. JNOS is set up to make this connection to your modem with ease. Of course the the verb 'phone' is the interface name. We now need to set up some route information. route add default phone route add 44.0.0.0/24 phone k5di The above says "send all ham things 44.?.?.? via the slip connection to k5di. You will replace k5di with your call OR your Internet address. The route setup is a function of your needs. OK now the dialing and connecting part of the thing. It will look much like this file I call "work.mdm" which is shown below: # Set the speed, and toggle DTR to ensure the modem is in the # command mode. control down wait 500 speed 9600 wait 500 control up wait 500 # initialize modem send "atz\r" send "ate1&d2&c1x4s0=1s7=45m0\r" # make sure s1=1 so you will answer the phone too. wait 200000 "OK" wait 500 send "atdt678-8591\r" wait 30000 "CONNECT " speed So that is all there is to it guys. To use work.mdm (which is in your nos root directory) at the nos prompt type: NOS> dialer phone work.mdm Of course you can make this function key f5 so you don't have to remember it all...hi If any of this is hard for you drop a note to klarsen@acca.nmsu.edu or k5di@k5di.nm.usa.na and I will help you. ------------------------------ End of TCP-Group Digest V94 #78 ******************************